Loading TOC...

MarkLogic 12 Product Documentation
GET /manage/v2/clusters/{id|name}/dynamic-hosts

Summary

This resource returns all dynamic hosts in this cluster.

URL Parameters
format The format of the returned data. Can be either html, json, or xml (default). This value overrides the Accept header if both are present.
Request Headers
Accept The expected MIME type of the request body. If the format? parameter is present, it takes precedence over the Accept header.
Response Headers
Content-type The MIME type of the data in the response body. Depending upon the value of the format parameter or Accept header, one of application/xml, application/json, or text/html.

Response

Upon success, a status code of 204 (No Content) returned. The response body includes the list of dyanmic hosts in the cluster.

Required Privileges

This operation requires the manage-admin role, or the following privilege:

http://marklogic.com/xdmp/privileges/manage-admin

Example


curl --anyauth --user admin:admin -i -X GET http://localhost:8002/manage/v2/clusters/foo/dynamic-hosts
==> returns a list of dynamic hosts in the cluster foo.
    

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.